Name: Shreyash Shrivastava
ID: 1001397477
Class: CSE 6363

Programming Language Used: Python 3.7 :: Anaconda, Inc.
--------------------------

---------------
Requirements:
---------------
Python == 3.7.1
numpy == 1.11.0
pandas == 0.23.4

---------------
CODE STRUCTURE
---------------

FOR AdaBoost.py

	Implements Adaboost for the given dataset. 
	Changing the t variable on line 124 sets the number of iteration for the 		algorithm.

How to run:
	pythonw <file_name>.py


- - - - - - - - - - - - - - - - - - - - - - - - - - - 

FOR Bagging_logisticRegression.py

	Implements bagging routine for logistic regression. 
	Changing the line number 52, from 1 to 50,100 will change the number of bags
		bag_of_data = (split_train_set(data,1))
	

How to run:
	pythonw <file_name>.py



Data Set requirements:
	The data sets should be in the same folder as the python files. 
	data files names are -> test.txt, train.txt